home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5235 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.3 KB  |  44 lines

  1. Newsgroups: comp.lang.c++
  2. Path: central.picker.com!anupam
  3. From: anupam@ct.picker.com (Anupam Chandra)
  4. Subject: Re: Q: A Good C++ Graphics Editor Design
  5. In-Reply-To: riston@coho.halcyon.com's message of 1 Feb 1996 19:36:25 GMT
  6. Message-ID: <ANUPAM.96Feb2120221@ct.picker.com>
  7. Sender: news@picker.com
  8. Nntp-Posting-Host: 144.54.52.20
  9. Organization: Picker International, Inc.
  10. References: <4er4np$84o@news1.halcyon.com>
  11. Date: Fri, 2 Feb 1996 17:02:20 GMT
  12.  
  13. In article <4er4np$84o@news1.halcyon.com> riston@coho.halcyon.com (Michael D. Riston) writes:
  14.  
  15.  
  16. >  Hello,
  17. >
  18. >  I have been charged with designing your classic C++ object oriented graphics
  19. >  editor (e.g. draw a circle, square, etc).  Before I code this editor I
  20. >  want to be sure that the software is designed well.  Below are the details:
  21. >
  22. >
  23. >
  24. >
  25.  
  26. If at this point. you are concerned only about good design without
  27. taking into account specific implementation details, I would suggest
  28. looking at Unidraw, a PhD. thesis by Mr. John M. Vlissides that
  29. explains a framework for creating Object-Oriented Graphical editors.
  30.  
  31. The thesis has one of the best designs, I have come accross for
  32. graphical editors. 
  33.  
  34.  
  35. You can get the thesis for a minimal charge from the Stanford
  36. University, Computer Science department. The Technical Report No. is
  37. CSL-TR-90-427.
  38.  
  39.  
  40. I hope this helps.
  41.  
  42.  
  43. Anupam.
  44.